This program converts real numbers into strings, very useful in basic programs
To use the program, you need to save a real number in ans, for example:
2.352732
Send(9prgmREAL2STR
Ans->Str1		This will save the string "2.352732" into String1

Of course, you can also input real number variables A-Theta, list indexes etcetera.

The program can return the following errors:
_ERRUNDEFINED:
	The variable Ans does not exist

_ERRDATATYPE
	The variable Ans contains another data type, for example a string or a complex number

If you..
	- can find any bugs in the program, please contact me (Skneeltie@hotmail.com)
	- don't know how to use it, just try!
	- don't know how to program or assemble the source code, find a tutorial or something but do not mail me!
	- have a ti-83+, there is also a ti-83+ version


The ZIP file contains:
Real2Str.asm (ti-83 source code)
Real2Str.83p (ti-83 file)
readme.txt